diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-17 08:08:33 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-17 08:08:33 +0000 |
| commit | 1540eac291761ffd8fc1947ed626e4e4a4407922 (patch) | |
| tree | a7b6ae8060e164f249651cf6ef8b0c2e868019e9 /app/[lng]/evcp | |
| parent | 55b6153dfce83a1cf2be72cbc3413d78084e8da1 (diff) | |
(최겸) 견적입찰 비교관련 수정
Diffstat (limited to 'app/[lng]/evcp')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx index 097b99eb..461a0863 100644 --- a/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx +++ b/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx @@ -28,9 +28,9 @@ export default async function ComparePage({ .map(id => parseInt(id)) .filter(id => !isNaN(id)) || []; - if (!rfqId || vendorIds.length < 2) { - notFound(); - } + // if (!rfqId || vendorIds.length < 2) { + // notFound(); + // } // 서버에서 데이터 가져오기 const data = await getComparisonData(rfqId, vendorIds); |
